home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / green-moon-lab.swf / scripts / DefineButton2_1084 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-10-17  |  156 b   |  11 lines

  1. on(release){
  2.    if(_root.Filter.num < 7)
  3.    {
  4.       _root.Filter.num += 1;
  5.    }
  6.    else if(_root.filtercp)
  7.    {
  8.       _root.Filter.play();
  9.    }
  10. }
  11.